nested op_name scope in reduce functions#367
nested op_name scope in reduce functions#367gustafsson wants to merge 10 commits intomalmaud:masterfrom
Conversation
|
This has broken some tests. I've not looked too closely as to why, |
The name for reduce_-functions names the scope for which the operations needed to perform a reduce.
Codecov Report
@@ Coverage Diff @@
## master #367 +/- ##
==========================================
+ Coverage 64.73% 64.82% +0.09%
==========================================
Files 50 50
Lines 2895 2900 +5
==========================================
+ Hits 1874 1880 +6
+ Misses 1021 1020 -1
Continue to review full report at Codecov.
|
|
Thanks, I updated the failing test. Since reduce without axis is implemented with multiple nodes I think that If an axis is given explicitly |
|
It bothers me that we have a function that takes a I'm not sure what the resolution is. This is definitely a breaking change -- it will break some of my code I am certain. |
|
Ah, just because there is a node named However before this PR the node was named |
|
Hmm, |
|
Code for the above: julia python |
1db3cc9 to
6f99951
Compare
|
This looks good to me. |
|
Yes, someone this weekend.
…On Fri, Apr 27, 2018 at 12:25 AM Lyndon White ***@***.***> wrote:
This looks good to me.
@malmaud <https://github.com/malmaud> can you give this a once over?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#367 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA8SvTqJXb7A4D0HVgXponWgFrQXH75Gks5tsp3OgaJpZM4Srw1H>
.
|
TensorFlow.jl typically doesn't allow the same name to be used twice whereas tensorflow.py adds a unique postfix.
|
LGTM. Seems to be a a conflict now though. |
|
@gustafsson Are you interested in rebasing this on the current TensorFlow.jl master? |





This commit makes nested op_name scopes work for the reduce_-functions.